โ– humdrum codex / glint v1.0.2
license AGPL-3.0
2.0 KB raw
id
TASK-022
title
Track-changes / diff view + portable change markup (Fuss interop)
status
๐ŸŸฆ Backlog
assignee
created_date
2026-06-29 20:57
updated_date
2026-06-30 00:22
labels
feature, release-2
dependencies
priority
medium
ordinal
22000

Description

Add a diff / track-changes capability to glint, plus a markup that travels inside the .md file so the same tracked changes are usable in Fuss โ€” the collaborative web app for markdown track changes. The on-disk format is the contract between glint (terminal) and Fuss (web): edits made in one show as reviewable changes in the other. CriticMarkup is the established standard for this ({++ins++}, {--del--}, {old>new~}, {==highlight==}, {>>comment<<}); glint already renders ==highlight==, so adopting CriticMarkup is the natural path. Scope is two related pieces that can ship independently: (1) a diff / track-changes VIEW in the editor, and (2) read/write of the portable change markup.

Acceptance Criteria